[INFO] cloning repository https://github.com/mazhewitt/recipe-vault
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mazhewitt/recipe-vault" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmazhewitt%2Frecipe-vault", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmazhewitt%2Frecipe-vault'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 06a6ab707dffdf83348f2cacdc48c6d555765ea2
[INFO] testing mazhewitt/recipe-vault against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmazhewitt%2Frecipe-vault" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mazhewitt/recipe-vault
[INFO] finished tweaking git repo https://github.com/mazhewitt/recipe-vault
[INFO] tweaked toml for git repo https://github.com/mazhewitt/recipe-vault written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mazhewitt/recipe-vault on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mazhewitt/recipe-vault already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2cdf7b7dc8abc46a44ba02b39f11016bbaf43282606514738d85e6a7843c8fd8
[INFO] running `Command { std: "docker" "start" "-a" "2cdf7b7dc8abc46a44ba02b39f11016bbaf43282606514738d85e6a7843c8fd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2cdf7b7dc8abc46a44ba02b39f11016bbaf43282606514738d85e6a7843c8fd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cdf7b7dc8abc46a44ba02b39f11016bbaf43282606514738d85e6a7843c8fd8", kill_on_drop: false }`
[INFO] [stdout] 2cdf7b7dc8abc46a44ba02b39f11016bbaf43282606514738d85e6a7843c8fd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36e02f291cff0dabb7ace009c74bd6c74cb5ed0f1a22a5f2167d057336989201
[INFO] running `Command { std: "docker" "start" "-a" "36e02f291cff0dabb7ace009c74bd6c74cb5ed0f1a22a5f2167d057336989201", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling pastey v0.2.1
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling schemars_derive v1.2.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling rmcp-macros v0.12.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling schemars v1.2.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling process-wrap v9.0.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling rmcp v0.12.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling recipe-vault v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] running `Command { std: "docker" "inspect" "36e02f291cff0dabb7ace009c74bd6c74cb5ed0f1a22a5f2167d057336989201", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36e02f291cff0dabb7ace009c74bd6c74cb5ed0f1a22a5f2167d057336989201", kill_on_drop: false }`
[INFO] [stdout] 36e02f291cff0dabb7ace009c74bd6c74cb5ed0f1a22a5f2167d057336989201
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8fc0d3d58b79400a1b06b8d4fef4c45629099569c2e1f1d41b2fa2fae4b53aab
[INFO] running `Command { std: "docker" "start" "-a" "8fc0d3d58b79400a1b06b8d4fef4c45629099569c2e1f1d41b2fa2fae4b53aab", kill_on_drop: false }`
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling rstest_reuse v0.7.0
[INFO] [stderr]    Compiling process-wrap v9.0.1
[INFO] [stderr]    Compiling rmcp v0.12.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling rstest v0.23.0
[INFO] [stderr]    Compiling recipe-vault v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `recipe-vault` (test "recipes_test")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name recipes_test --edition=2024 tests/recipes_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c1677a614256e09 -C extra-filename=-95e15654ab10afd2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-82645925eec4cc89.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-417ee8771ea2b41d.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8e5d9db3aa59164f.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d5a86ae2258af55f.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4eb3a42a769aea90.rlib --extern recipe_vault=/opt/rustwide/target/debug/deps/librecipe_vault-ec6032b0ca3ada5a.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-764ec261c9345b19.rlib --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-39f3ac1ed0c73b48.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-98c4064c00b517bf.rlib --extern rstest_reuse=/opt/rustwide/target/debug/deps/librstest_reuse-77a2eb885aa588a9.so --extern serde=/opt/rustwide/target/debug/deps/libserde-0c43223495ab7eba.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a6372623285b2a79.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-105226c0bd07600e.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-8b90c609e5cd1b21.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1871bdaef0d00e62.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-1fed4ff34f6dbb86.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2639ab6c4a0f696d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4e4dc0d7a0fe986a.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-d63fa27bc590eb27.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-23b39bfe9b770410.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-d8312501506ddbb2.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6226526fad006638.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a66f2659f5020377.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-d46d5b6909ba6356.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-beafb1f537ba7af9/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `recipe-vault` (test "recipe_navigation")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name recipe_navigation --edition=2024 tests/recipe_navigation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9828d683884b2a78 -C extra-filename=-8237b6978305edf3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-82645925eec4cc89.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-417ee8771ea2b41d.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8e5d9db3aa59164f.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d5a86ae2258af55f.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4eb3a42a769aea90.rlib --extern recipe_vault=/opt/rustwide/target/debug/deps/librecipe_vault-ec6032b0ca3ada5a.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-764ec261c9345b19.rlib --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-39f3ac1ed0c73b48.rlib --extern rstest=/opt/rustwide/target/debug/deps/librstest-98c4064c00b517bf.rlib --extern rstest_reuse=/opt/rustwide/target/debug/deps/librstest_reuse-77a2eb885aa588a9.so --extern serde=/opt/rustwide/target/debug/deps/libserde-0c43223495ab7eba.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a6372623285b2a79.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-105226c0bd07600e.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-8b90c609e5cd1b21.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1871bdaef0d00e62.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-1fed4ff34f6dbb86.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2639ab6c4a0f696d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4e4dc0d7a0fe986a.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-d63fa27bc590eb27.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-23b39bfe9b770410.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-d8312501506ddbb2.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6226526fad006638.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a66f2659f5020377.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-d46d5b6909ba6356.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-beafb1f537ba7af9/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `recipe-vault` (bin "recipe-vault")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0abe69e6c16114311cc2700e972492e64d69c28f/bin/rustc --crate-name recipe_vault --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9042f62d42d53e1 -C extra-filename=-f117b777c3b2e680 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-82645925eec4cc89.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-417ee8771ea2b41d.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-8e5d9db3aa59164f.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-d5a86ae2258af55f.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-4eb3a42a769aea90.rlib --extern recipe_vault=/opt/rustwide/target/debug/deps/librecipe_vault-ec6032b0ca3ada5a.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-764ec261c9345b19.rlib --extern rmcp=/opt/rustwide/target/debug/deps/librmcp-39f3ac1ed0c73b48.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-0c43223495ab7eba.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-a6372623285b2a79.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-105226c0bd07600e.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-8b90c609e5cd1b21.rlib --extern sqlx=/opt/rustwide/target/debug/deps/libsqlx-1871bdaef0d00e62.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2639ab6c4a0f696d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-4e4dc0d7a0fe986a.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-d63fa27bc590eb27.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-23b39bfe9b770410.rlib --extern tower_http=/opt/rustwide/target/debug/deps/libtower_http-d8312501506ddbb2.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-6226526fad006638.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-a66f2659f5020377.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-d46d5b6909ba6356.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-beafb1f537ba7af9/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "8fc0d3d58b79400a1b06b8d4fef4c45629099569c2e1f1d41b2fa2fae4b53aab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8fc0d3d58b79400a1b06b8d4fef4c45629099569c2e1f1d41b2fa2fae4b53aab", kill_on_drop: false }`
[INFO] [stdout] 8fc0d3d58b79400a1b06b8d4fef4c45629099569c2e1f1d41b2fa2fae4b53aab
